/*

    This is an example particle that just shows some text.  Since it's in the non-auto particles folder, G-Force will never start this particle on it's own.  It intead is only started from a script file or from a key that's mapped to key-script that contains "My Cool Particle".

*/


// Choose a speed
Sped="20",

/* Use GF to give us cords that bounce around the screen. */ 
X="XPOS",
Y="YPOS",


/*  Some cheezy text.  */
Text="This is My Cool Particle!",
 

// The 'Pen' and 'EPen' paramters are omitted from this config -- see "Example Image"

// See "Spinners"
PDur="5",

// Compatibilty...
Vers=100
 